02. Converting HTML to the DOM
Converting HTML to the DOM
INSTRUCTOR NOTE:
Check out the demo page in this example. To learn more about the DOM:
- What is the Document Object Model?
- How the Document Object Model is constructed
- The HTML5 Specification
We used
curl
using Terminal on a Mac to download the HTML. If you're a Windows user and would like to trycurl
, check out this StackOverflow discussion.Follow your instructors!
+Ilya Grigorik, @igrigorik
@cwpittman